{ "version": 4, "terraform_version": "1.5.9", "serial": 247, "lineage": "e7bc38a7-c23f-728c-96dd-47938438c2f0", "outputs": { "db_endpoint": { "value": "db-0.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-e07420549a055ea4e", "ami": "ami-888ebf6c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1b6ddab8"], "subnet_id": "subnet-e8c0557c", "key_name": "prod-deploy-key" } } ] } ] }