{ "version": 4, "terraform_version": "1.5.7", "serial": 152, "lineage": "c9183199-4599-3696-e44f-5ecc172c5521", "outputs": { "db_endpoint": { "value": "db-2.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-7a332715d78a3f9c9", "ami": "ami-556b72e8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-808d0a10"], "subnet_id": "subnet-7dcec1af", "key_name": "prod-deploy-key" } } ] } ] }