{ "version": 4, "terraform_version": "1.7.5", "serial": 422, "lineage": "55e7f655-af60-e133-5b61-96e5b9648bc6", "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-aba952b18033946e9", "ami": "ami-39f69c1d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e95f869"], "subnet_id": "subnet-e108176d", "key_name": "prod-deploy-key" } } ] } ] }