{ "version": 4, "terraform_version": "1.7.4", "serial": 423, "lineage": "e2e248e0-c310-f287-5a6d-4a7b553e5df2", "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-f65ebc3687d531c16", "ami": "ami-c10d88a1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe3aad87"], "subnet_id": "subnet-1b90f3f8", "key_name": "prod-deploy-key" } } ] } ] }