{ "version": 4, "terraform_version": "1.5.9", "serial": 303, "lineage": "2b8b9b4a-4cc0-73bc-e588-d6795bb12562", "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-fae8dbecec738b13e", "ami": "ami-31e5ccac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f9f60076"], "subnet_id": "subnet-00e49f9f", "key_name": "prod-deploy-key" } } ] } ] }