{ "version": 4, "terraform_version": "1.7.7", "serial": 106, "lineage": "9a0c81a0-0ca5-5a8e-63eb-52e78bdf923e", "outputs": { "db_endpoint": { "value": "db-2.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-4f8e86447fc77fd15", "ami": "ami-eca6e71d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa6ecb10"], "subnet_id": "subnet-367f135b", "key_name": "prod-deploy-key" } } ] } ] }