{ "version": 4, "terraform_version": "1.7.6", "serial": 258, "lineage": "1a103614-d239-4eee-9595-c638720ecc00", "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-27910bb0d5a7c4747", "ami": "ami-29beef98", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9108548c"], "subnet_id": "subnet-a0d1d8bf", "key_name": "prod-deploy-key" } } ] } ] }