{ "version": 4, "terraform_version": "1.7.6", "serial": 401, "lineage": "a79c82df-1ad5-2dd9-affb-1c28f3817737", "outputs": { "db_endpoint": { "value": "db-3.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-efdf3f203653bfc9f", "ami": "ami-66c3982a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e61e2234"], "subnet_id": "subnet-ea2ee3fc", "key_name": "prod-deploy-key" } } ] } ] }