{ "version": 4, "terraform_version": "1.5.1", "serial": 264, "lineage": "d8707647-0aba-e456-aa6a-e32cdb7f9c34", "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-3a56ba84209d3f996", "ami": "ami-85342754", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-74aea325"], "subnet_id": "subnet-f8e8eb23", "key_name": "prod-deploy-key" } } ] } ] }