{ "version": 4, "terraform_version": "1.6.5", "serial": 245, "lineage": "1b34587c-4438-5097-f954-bb02a43e4c86", "outputs": { "db_endpoint": { "value": "db-0.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-c73188e4f55161ae0", "ami": "ami-3efb9fcf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a4ac07bd"], "subnet_id": "subnet-141b11a9", "key_name": "prod-deploy-key" } } ] } ] }