{ "version": 4, "terraform_version": "1.6.5", "serial": 566, "lineage": "1c84c783-6fc7-082e-4fef-95a6929307db", "outputs": { "db_endpoint": { "value": "db-3.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-c601ae816f73bf185", "ami": "ami-e9802d95", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1653653b"], "subnet_id": "subnet-4eed2710", "key_name": "prod-deploy-key" } } ] } ] }