{ "version": 4, "terraform_version": "1.6.7", "serial": 596, "lineage": "78e6f247-7254-8f61-fc48-fde7fbdc1ba3", "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-316ea42aa18d49973", "ami": "ami-a8d923c2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3127abbb"], "subnet_id": "subnet-7a651bef", "key_name": "prod-deploy-key" } } ] } ] }