{ "version": 4, "terraform_version": "1.6.7", "serial": 378, "lineage": "3897465a-f14e-f2e9-a32e-7269eb9f07e1", "outputs": { "db_endpoint": { "value": "db-2.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-011ee4775f9726877", "ami": "ami-2443d3f8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ab5d24e1"], "subnet_id": "subnet-0cb6be25", "key_name": "prod-deploy-key" } } ] } ] }