{ "version": 4, "terraform_version": "1.8.9", "serial": 352, "lineage": "3046cf32-b789-42c7-9977-fe8b24ca358b", "outputs": { "db_endpoint": { "value": "db-0.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-000154abb43b1d362", "ami": "ami-01c869b9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0556c18b"], "subnet_id": "subnet-b8745d8e", "key_name": "prod-deploy-key" } } ] } ] }