{ "version": 4, "terraform_version": "1.5.4", "serial": 553, "lineage": "b3462eee-7b08-a4b4-a86d-3dfa1a791610", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-48a0a9e9b3fed7457", "ami": "ami-c7e8582b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-07b3cd80"], "subnet_id": "subnet-1946084d", "key_name": "prod-deploy-key" } } ] } ] }