{ "version": 4, "terraform_version": "1.8.6", "serial": 271, "lineage": "6c5997c0-4243-919a-4915-5857139661da", "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-8f7cd3b5a80f6067c", "ami": "ami-9a64ee57", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0729785c"], "subnet_id": "subnet-4b91f3fb", "key_name": "prod-deploy-key" } } ] } ] }