{ "version": 4, "terraform_version": "1.7.7", "serial": 444, "lineage": "2000189f-1785-e3a5-4b6e-f5fef7fa4bc1", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7eb67a0a549932750", "ami": "ami-66e051bb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aae2e895"], "subnet_id": "subnet-373ca508", "key_name": "prod-deploy-key" } } ] } ] }