{ "version": 4, "terraform_version": "1.5.4", "serial": 467, "lineage": "a937ae19-c963-b14a-110d-a4d52e94e44e", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-13b5049a0f7c9f735", "ami": "ami-ccb2d7dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ff5c0850"], "subnet_id": "subnet-c5035dc5", "key_name": "prod-deploy-key" } } ] } ] }