{ "version": 4, "terraform_version": "1.8.1", "serial": 310, "lineage": "90681c9f-a5ff-a884-4596-062b2be743df", "outputs": { "db_endpoint": { "value": "db-2.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-4a72ddbdcec6f8577", "ami": "ami-937a83bd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5d076429"], "subnet_id": "subnet-58fc0ee9", "key_name": "prod-deploy-key" } } ] } ] }