{ "version": 4, "terraform_version": "1.7.4", "serial": 147, "lineage": "7fdd62bd-7407-48a8-50e4-7a0987f85229", "outputs": { "db_endpoint": { "value": "db-1.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-22037f0a87ebdceb3", "ami": "ami-362523c4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-15726ccd"], "subnet_id": "subnet-b9fdb5c9", "key_name": "prod-deploy-key" } } ] } ] }