{ "version": 4, "terraform_version": "1.7.4", "serial": 332, "lineage": "0e5a05ad-6b28-60a0-0c4a-7c972219048d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8d4b64ff34df060e5", "ami": "ami-8a9e29ce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a8464e6a"], "subnet_id": "subnet-75687e61", "key_name": "prod-deploy-key" } } ] } ] }