{ "version": 4, "terraform_version": "1.6.9", "serial": 514, "lineage": "22831cca-9748-582f-d883-637b1b7c0c7f", "outputs": { "db_endpoint": { "value": "db-1.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-baf900abcf8e37969", "ami": "ami-c35dca47", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ecb0f4c1"], "subnet_id": "subnet-db39a60f", "key_name": "prod-deploy-key" } } ] } ] }