{ "version": 4, "terraform_version": "1.7.0", "serial": 436, "lineage": "1cd3e942-2a44-5891-6cbd-783d8ab8588a", "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-9946b5b64b94c3c83", "ami": "ami-eba85f3d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-00b93771"], "subnet_id": "subnet-ac06532a", "key_name": "prod-deploy-key" } } ] } ] }