{ "version": 4, "terraform_version": "1.6.3", "serial": 511, "lineage": "413540c3-bd95-19a6-1521-35e66e1e0ce2", "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-22e5dae36e3b866f8", "ami": "ami-82b7edb8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d7b4d1a6"], "subnet_id": "subnet-540d19a0", "key_name": "prod-deploy-key" } } ] } ] }