{ "version": 4, "terraform_version": "1.8.9", "serial": 420, "lineage": "c37d5ff4-71ca-56ef-9a0c-911f3b06fe5f", "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-29bf302d1299ed8d6", "ami": "ami-de36b899", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-759c3c80"], "subnet_id": "subnet-5d49fc88", "key_name": "prod-deploy-key" } } ] } ] }