{ "version": 4, "terraform_version": "1.7.7", "serial": 493, "lineage": "3a13459c-b88b-34aa-0699-f5de82709363", "outputs": { "db_endpoint": { "value": "db-3.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-dd7b9fcf3463fcd2a", "ami": "ami-2bcd8731", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce4cd67e"], "subnet_id": "subnet-51d30a17", "key_name": "prod-deploy-key" } } ] } ] }