{ "version": 4, "terraform_version": "1.8.1", "serial": 466, "lineage": "53bbb797-e420-99f6-e6a8-8e467ef03f5e", "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-6174647fc1b9f919a", "ami": "ami-d02e492c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c686e91a"], "subnet_id": "subnet-95b46016", "key_name": "prod-deploy-key" } } ] } ] }