{ "version": 4, "terraform_version": "1.7.2", "serial": 260, "lineage": "bd5b13fd-63d9-9bfc-8a69-9b7c215d3df9", "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-8e0cc5d30f084dd03", "ami": "ami-b8512f40", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-90d5b06b"], "subnet_id": "subnet-c041ad47", "key_name": "prod-deploy-key" } } ] } ] }