{ "version": 4, "terraform_version": "1.7.4", "serial": 451, "lineage": "57d9e966-c0f7-eb1b-8093-f30421ccad79", "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-f9cdfa5b1def1e3ad", "ami": "ami-b991ca04", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e731990d"], "subnet_id": "subnet-ec011a33", "key_name": "prod-deploy-key" } } ] } ] }