{ "version": 4, "terraform_version": "1.5.2", "serial": 471, "lineage": "16f78d43-df87-62c7-4f06-64a7ae0df75f", "outputs": { "db_endpoint": { "value": "db-3.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-11904fdd7444aeb1c", "ami": "ami-8e9422aa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aff88b96"], "subnet_id": "subnet-5d75d764", "key_name": "prod-deploy-key" } } ] } ] }