{ "version": 4, "terraform_version": "1.5.3", "serial": 360, "lineage": "c10cd175-d60d-8782-be39-7192fe4950b3", "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-a3886a47dee87d815", "ami": "ami-d680898f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a7d7e43f"], "subnet_id": "subnet-ccc833f8", "key_name": "prod-deploy-key" } } ] } ] }