{ "version": 4, "terraform_version": "1.5.2", "serial": 470, "lineage": "dcc7497f-68dc-60b5-ead8-8578965eeac5", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-6aad26a43338802e7", "ami": "ami-db4acd30", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-31ca4370"], "subnet_id": "subnet-0e661d3a", "key_name": "prod-deploy-key" } } ] } ] }