{ "version": 4, "terraform_version": "1.5.8", "serial": 336, "lineage": "aba71101-f695-5d6d-4c12-3cde04c31944", "outputs": { "db_endpoint": { "value": "db-4.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-5fa0b8240d6f7c979", "ami": "ami-e1a9c7e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-70d78bdd"], "subnet_id": "subnet-67c488f6", "key_name": "prod-deploy-key" } } ] } ] }