{ "version": 4, "terraform_version": "1.8.3", "serial": 211, "lineage": "94ee7c57-1c43-5685-9a11-09b954a3dfb4", "outputs": { "db_endpoint": { "value": "db-4.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-c55d8561e6fe7a93e", "ami": "ami-8983e896", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-170adf98"], "subnet_id": "subnet-73e2aa7c", "key_name": "prod-deploy-key" } } ] } ] }