{ "version": 4, "terraform_version": "1.7.1", "serial": 326, "lineage": "1d84387c-0ea0-f6d2-694f-f7e5841ac4c0", "outputs": { "db_endpoint": { "value": "db-0.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-fcadb7b505d64d7e5", "ami": "ami-9075bb37", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4a658a59"], "subnet_id": "subnet-4f8dec64", "key_name": "prod-deploy-key" } } ] } ] }