{ "version": 4, "terraform_version": "1.7.8", "serial": 409, "lineage": "94234cdb-249b-a2dd-58f7-5c66924957a4", "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-32b55a11e50f73dc2", "ami": "ami-f7ebe536", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5ffa8881"], "subnet_id": "subnet-5c88998e", "key_name": "prod-deploy-key" } } ] } ] }