{ "version": 4, "terraform_version": "1.8.0", "serial": 500, "lineage": "874f44e0-1a3a-498d-6ef6-dc0c52f885e0", "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-5c71c3725d45bc706", "ami": "ami-0a2b83f0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fcfbe3e9"], "subnet_id": "subnet-ed3fcaa4", "key_name": "prod-deploy-key" } } ] } ] }