{ "version": 4, "terraform_version": "1.5.6", "serial": 313, "lineage": "b6e52fe5-9caa-5f21-0950-e84cf566014e", "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-18451c15cc00b1108", "ami": "ami-3143eac1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d32a5bc"], "subnet_id": "subnet-5550f036", "key_name": "prod-deploy-key" } } ] } ] }