{ "version": 4, "terraform_version": "1.8.2", "serial": 241, "lineage": "546f6add-8f38-4935-9f99-f5a5fb28c3ef", "outputs": { "db_endpoint": { "value": "db-0.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-8acfad120d9bcb44e", "ami": "ami-c3af8685", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d75b0a8"], "subnet_id": "subnet-c0fcd355", "key_name": "prod-deploy-key" } } ] } ] }