{ "version": 4, "terraform_version": "1.7.8", "serial": 578, "lineage": "9b01b514-50e0-dff7-ab14-571a7edc5f9e", "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-3aae6b89d9c9984b6", "ami": "ami-158bca83", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-818befb9"], "subnet_id": "subnet-6ce83d26", "key_name": "prod-deploy-key" } } ] } ] }