{ "version": 4, "terraform_version": "1.7.6", "serial": 543, "lineage": "b9428a75-834b-2c77-74bb-b9af23f2cbc8", "outputs": { "db_endpoint": { "value": "db-2.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-9ad5ced953d4276ae", "ami": "ami-8a568150", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-21aa0d39"], "subnet_id": "subnet-20603ad9", "key_name": "prod-deploy-key" } } ] } ] }