{ "version": 4, "terraform_version": "1.5.0", "serial": 396, "lineage": "62a188e8-f6ee-a85a-560d-b76597d4d9bf", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d17bfe4f2ba3c8016", "ami": "ami-72840da0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9b68061c"], "subnet_id": "subnet-d5b200b7", "key_name": "prod-deploy-key" } } ] } ] }