{ "version": 4, "terraform_version": "1.6.9", "serial": 439, "lineage": "faacb783-909a-35c1-f732-cc4cb817bf05", "outputs": { "db_endpoint": { "value": "db-1.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-090a45215e6bbd4f4", "ami": "ami-7be72542", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2d740a60"], "subnet_id": "subnet-a71bdb5a", "key_name": "prod-deploy-key" } } ] } ] }