{ "version": 4, "terraform_version": "1.6.8", "serial": 320, "lineage": "32add0aa-fbbf-32b9-d8d6-bd8ff022beea", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-987bf1eb28bcc3379", "ami": "ami-8d66d6a6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9769616b"], "subnet_id": "subnet-0a2ad733", "key_name": "prod-deploy-key" } } ] } ] }