{ "version": 4, "terraform_version": "1.6.8", "serial": 329, "lineage": "81a36498-5ccb-e74d-2188-0a80de1c59f3", "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-e313083237c4d79c2", "ami": "ami-a38b344e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-47cac8a9"], "subnet_id": "subnet-c358266d", "key_name": "prod-deploy-key" } } ] } ] }