{ "version": 4, "terraform_version": "1.6.2", "serial": 314, "lineage": "49c86251-9a1a-2c29-644e-c02879fd4cbc", "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-3310e7014ae3f19a2", "ami": "ami-fb221f35", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95295188"], "subnet_id": "subnet-f7306e21", "key_name": "prod-deploy-key" } } ] } ] }