{ "version": 4, "terraform_version": "1.6.3", "serial": 449, "lineage": "102374cf-b60a-a2eb-7918-858e800a18b0", "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-c1ed96b1c0254f9fb", "ami": "ami-deb19186", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a0837938"], "subnet_id": "subnet-f1931393", "key_name": "prod-deploy-key" } } ] } ] }