{ "version": 4, "terraform_version": "1.6.0", "serial": 142, "lineage": "f80afc47-bb33-8171-86c0-9bb2cba821fc", "outputs": { "db_endpoint": { "value": "db-0.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-2f62e3226344a5183", "ami": "ami-d1b00bc0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d6532ff9"], "subnet_id": "subnet-1775f8e2", "key_name": "prod-deploy-key" } } ] } ] }