{ "version": 4, "terraform_version": "1.6.5", "serial": 114, "lineage": "85d78e30-0dc4-f861-f5cf-2b233e49536f", "outputs": { "db_endpoint": { "value": "db-4.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-78760586e1010d994", "ami": "ami-fff2fd3d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-09266a8d"], "subnet_id": "subnet-c9e1cd6b", "key_name": "prod-deploy-key" } } ] } ] }