{ "version": 4, "terraform_version": "1.5.2", "serial": 358, "lineage": "6c077329-5c5d-6060-7676-b82e4a938220", "outputs": { "db_endpoint": { "value": "db-3.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-3a2def7bbc3b90cb5", "ami": "ami-8b7e4e6f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a7f9f237"], "subnet_id": "subnet-6f7e8c18", "key_name": "prod-deploy-key" } } ] } ] }