{ "version": 4, "terraform_version": "1.5.0", "serial": 453, "lineage": "be6cb678-1b4d-c97d-3af0-5ce6eef10ab6", "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-0d2a9f0f37225097f", "ami": "ami-35fe25b0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a018a1ac"], "subnet_id": "subnet-c7fc6cbe", "key_name": "prod-deploy-key" } } ] } ] }