{ "version": 4, "terraform_version": "1.6.8", "serial": 385, "lineage": "a3482449-2bd8-97d7-2658-12b37e3e2023", "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-158bedaabd534aa32", "ami": "ami-3c995bce", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bc6803cb"], "subnet_id": "subnet-43b499d5", "key_name": "prod-deploy-key" } } ] } ] }