{ "version": 4, "terraform_version": "1.5.4", "serial": 342, "lineage": "826ef38e-e0b2-a039-ff36-f4dbb231847b", "outputs": { "db_endpoint": { "value": "db-4.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-016bda5fc09aa0ab1", "ami": "ami-489f296c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f1b7bae0"], "subnet_id": "subnet-2c59483f", "key_name": "prod-deploy-key" } } ] } ] }