{ "version": 4, "terraform_version": "1.6.1", "serial": 362, "lineage": "00b54953-5c59-e479-356a-266c424213c4", "outputs": { "db_endpoint": { "value": "db-1.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-a9142f89ab9bcb8d4", "ami": "ami-a3059347", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1aa5da5b"], "subnet_id": "subnet-c2ea31d5", "key_name": "prod-deploy-key" } } ] } ] }