{ "version": 4, "terraform_version": "1.5.4", "serial": 506, "lineage": "47aa2833-f37b-3ca6-fabd-e71ad642273d", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-07b6ba5b4f24a7986", "ami": "ami-7cc403df", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-01f26656"], "subnet_id": "subnet-0176571e", "key_name": "prod-deploy-key" } } ] } ] }