{ "version": 4, "terraform_version": "1.7.4", "serial": 554, "lineage": "37a49bf7-2403-6744-a1a6-0d81b474c435", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-e7daf0e994c7fd36a", "ami": "ami-86a8e40c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-06edcc23"], "subnet_id": "subnet-23a85c50", "key_name": "prod-deploy-key" } } ] } ] }