{ "version": 4, "terraform_version": "1.6.6", "serial": 207, "lineage": "7ca88032-2e3e-f695-785b-ad308649a6f4", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-c4daa70093f8fa6e2", "ami": "ami-b291ea90", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5cb676a2"], "subnet_id": "subnet-15481c2a", "key_name": "prod-deploy-key" } } ] } ] }