{ "version": 4, "terraform_version": "1.8.0", "serial": 169, "lineage": "ed30c3e3-fe11-fecc-afb3-7e5cb4b8774a", "outputs": { "db_endpoint": { "value": "db-4.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-e6758b21c10e44b8a", "ami": "ami-dd5066dd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4d2b4b71"], "subnet_id": "subnet-19318960", "key_name": "prod-deploy-key" } } ] } ] }