{ "version": 4, "terraform_version": "1.5.2", "serial": 383, "lineage": "75550382-9403-bd5b-1da4-738df55ab62c", "outputs": { "db_endpoint": { "value": "db-1.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-02fa7ba06083b5cc2", "ami": "ami-76f503a2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-13955e5a"], "subnet_id": "subnet-df024acc", "key_name": "prod-deploy-key" } } ] } ] }