{ "version": 4, "terraform_version": "1.5.9", "serial": 175, "lineage": "6ece704a-483e-2f1c-1f2a-ef95f4b02f23", "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-79097ac4ad8b2eb22", "ami": "ami-2dbb10ee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b54a0f49"], "subnet_id": "subnet-14376266", "key_name": "prod-deploy-key" } } ] } ] }