{ "version": 4, "terraform_version": "1.6.6", "serial": 413, "lineage": "17e462f3-7c8d-283a-7d4d-a74d0d01ec55", "outputs": { "db_endpoint": { "value": "db-3.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-576d605e748bda050", "ami": "ami-3af24ea5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d71faa12"], "subnet_id": "subnet-c558fdc8", "key_name": "prod-deploy-key" } } ] } ] }