{ "version": 4, "terraform_version": "1.6.0", "serial": 162, "lineage": "dce7d471-0e9c-8875-04a7-1b6f5de64ebd", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-077afc0b6ce5a3732", "ami": "ami-3ca85aa0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-08888531"], "subnet_id": "subnet-f1cdde21", "key_name": "prod-deploy-key" } } ] } ] }