{ "version": 4, "terraform_version": "1.8.8", "serial": 275, "lineage": "4074e4e9-92e0-b407-f280-fe5e10c4e985", "outputs": { "db_endpoint": { "value": "db-3.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-236cf747d49d49eac", "ami": "ami-eb267d6d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c7a19481"], "subnet_id": "subnet-4e67c4d5", "key_name": "prod-deploy-key" } } ] } ] }