{ "version": 4, "terraform_version": "1.5.7", "serial": 186, "lineage": "7d333e28-83a2-2c08-053a-0638f6d574ac", "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-ee5b0e377cb265b91", "ami": "ami-5cd5d532", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-afe6facb"], "subnet_id": "subnet-3fcc5471", "key_name": "prod-deploy-key" } } ] } ] }